home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / PROPSHT.RH < prev    next >
Text File  |  1997-05-06  |  1KB  |  39 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1993, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.0  $
  6. //
  7. // Command IDs used by TPropertySheet/TPropertyPage
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_PROPSHT_RH)
  10. #define OWL_PROPSHT_RH
  11.  
  12. #if !defined(ID_APPLY)
  13. # define  ID_APPLY              0xAEA0
  14. #endif
  15. #if !defined(ID_BACK)
  16. # define  ID_BACK               0xAEA1
  17. #endif
  18. #if !defined(ID_NEXT)
  19. # define  ID_NEXT               0xAEA2
  20. #endif
  21. #if !defined(ID_FINISH)
  22. # define  ID_FINISH             0xAEA3
  23. #endif
  24. #if !defined(IDHELP)
  25. # define  IDHELP                9
  26. #endif
  27.  
  28. #define IDS_APPLY               32440
  29. #define IDS_BACK                32441
  30. #define IDS_CANCEL              32442
  31. #define IDS_CLOSE               32443
  32. #define IDS_FINISH              32444
  33. #define IDS_HELP                32445
  34. #define IDS_NEXT                32446
  35. #define IDS_OK                  32447
  36.  
  37. #endif  //  OWL_PROPSHT_RH
  38.  
  39.